home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / VBASIC / T2WIN-32.ZIP / _ARRAY.T2W < prev    next >
Encoding:
Text File  |  1997-01-01  |  637 b   |  16 lines

  1. Add : add a constant value
  2. Count : count all occurences of a specific value
  3. Deviation : calculate the standard deviation
  4. Fill : fill with an automatic incremented value by one
  5. FillIncr : fill with an automatic incremented value
  6. Max : find the highest value
  7. Mean : calculate the mean
  8. Min : find the lowest value
  9. ReverseSort : sort in descending order
  10. Search : find the first place of a specific value
  11. Set : set a value
  12. Sort : sort in ascending order
  13. Sum : calculate the sum
  14. ArrayOnDisk : save on disk
  15. MaxNotX : find the highest value other than a specified value
  16. MinNotX : find the lowest value other than a specified value